Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / RdlEnum<T> Constructor / RdlEnum<T> Constructor(T)
A constant value.

In This Topic
    RdlEnum<T> Constructor(T)
    In This Topic
    Initializes a new instance of the RdlEnum<T> class with a constant value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As T _
    )
    public RdlEnum<T>( 
       T value
    )

    Parameters

    value
    A constant value.
    See Also